home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / Expressions / Built-in Ids.txt next >
Encoding:
Text File  |  2000-04-06  |  391 b   |  15 lines

  1. // These identifiers are built in to POV-Ray, ready to use
  2. //  #declare pi = 3.1415926535897932384626
  3. //  #declare true = 1
  4. //  #declare yes = 1
  5. //  #declare on = 1
  6. //  #declare false = 0
  7. //  #declare no = 0
  8. //  #declare off = 0
  9. //  #declare u = <1,0>
  10. //  #declare v = <0,1>
  11. //  #declare x = <1,0,0>
  12. //  #declare y = <0,1,0>
  13. //  #declare z = <0,0,1>
  14. //  #declare t = <0,0,0,1>
  15.